.banner {
  position: relative;
  padding-top: 43.54166667%;
  width: 100%;
}
.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  float: left;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .jw-state-idle .jw-preview {
  display: block;
  width: 100%;
  animation: banner 5s linear;
  ---transform: perspective(1000px) translate3d(0, 0, 150px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  ---transform: perspective(1000px) translate3d(0, 0, 150px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 98;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active a {
  transition: 5s 0s;
  ---transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .jw-state-idle .jw-preview {
  transition: 5s 0s;
  ---transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-container .pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 100%;
  z-index: 101;
}
.banner .swiper-container .pagination .swiper-pagination-bullet {
  transition: all 350ms;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
.banner .swiper-container .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 350ms;
  height: 30px;
  opacity: 1;
  border-radius: 12px;
}
.top-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: all 500ms;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.top-box .top-left {
  display: flex;
  flex-direction: row;
  width: 250px;
  height: 100%;
}
.top-box .top-left .logo {
  width: 150px;
  height: 90px;
  margin-right: 10px;
}
.top-box .top-left .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-box .top-left .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box .top-left .stock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.top-box .top-left .stock p {
  font-size: 16px;
  color: #fff;
}
.top-box .top-left .stock p:nth-child(2) {
  font-size: 18px;
  font-family: "Segoe UI Light";
  line-height: 1;
}
.top-box .top-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  height: 100%;
  z-index: 99;
}
.top-box .top-right .nav-bar {
  width: 100%;
  height: 100%;
  margin-right: 2%;
}
.top-box .top-right .nav-bar > ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.top-box .top-right .nav-bar > ul > li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.top-box .top-right .nav-bar > ul > li > a {
  display: block;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 90px;
  color: #fff;
}
.top-box .top-right .nav-bar > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f96028;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: 500ms 0s all ease;
  -moz-transition: 500ms 0s all ease;
  -ms-transition: 500ms 0s all ease;
  -o-transition: 500ms 0s all ease;
  transition: 500ms 0s all ease;
}
.top-box .top-right .nav-bar > ul > li .sub-box2 {
  display: block;
  width: auto;
  min-width: 100%;
  position: absolute;
  border-radius: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 800ms;
  padding: 5px 10px;
  box-shadow: 2px 2px 10px #3333331c;
}
.top-box .top-right .nav-bar > ul > li .sub-box2 > a {
  display: block;
  font-size: 16px;
  padding: 10px 0;
  color: #333;
  text-align: center;
}
.top-box .top-right .nav-bar > ul > li .sub-box2 > a:hover {
  color: #f96028;
}
.top-box .top-right .nav-bar > ul > li .sub-box2.active {
  opacity: 1;
  visibility: visible;
}
.top-box .top-right .lang {
  width: 5%;
  padding: 10px 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background: #f96028;
  border-radius: 20px;
}
.top-box .top-right .lang .select-title {
  font-size: 16px;
  color: #fff;
}
.top-box .top-right .lang i {
  width: 13px;
  height: 8px;
  background: url(../images/xiala.png) no-repeat center;
}
.top-box .top-right .lang .select-con {
  display: block;
  opacity: 0;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px #3333331c;
  z-index: 9999;
  transition: all 350ms;
  border-radius: 5px;
  overflow: hidden;
}
.top-box .top-right .lang .select-con.active {
  opacity: 1;
}
.top-box .top-right .lang .select-con a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.top-box .top-right .lang .select-con a.current {
  color: #f96028;
}
.top-box .top-right .lang .select-con a.current:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 2px;
  height: 50%;
  background: #f96028;
}
.top-box .top-right .lang:hover {
  cursor: pointer;
}
.top-box.active {
  background: #fff;
}
.top-box.active .top-left .stock p {
  color: #333;
}
.top-box.active .top-right .nav-bar ul li a {
  color: #333;
}
.top-box.active .top-right .nav-bar ul li.active:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.top-box .sub-pro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 500ms;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #efefef;
  background: #fff;
  z-index: 99;
}
.top-box .sub-pro.active {
  transition: all 500ms;
  opacity: 1;
  visibility: visible;
}
.top-box .sub-pro.active .sub-item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
}
.top-box .sub-pro .sub-item {
  padding: 0.5% 2.5%;
  margin: 2% 1%;
  opacity: 0;
  border-radius: 30px;
  overflow: hidden;
}
.top-box .sub-pro .sub-item .imgbox {
  width: 100%;
  aspect-ratio: 180/150;
}
.top-box .sub-pro .sub-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box .sub-pro .sub-item .title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.top-box .sub-pro .sub-item:hover {
  transition: all 500ms;
  box-shadow: 1px 1px 10px #3333333d;
}
.top-box .sub-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 500ms;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #efefef;
  background: #fff;
  z-index: 99;
}
.top-box .sub-box .img-box {
  padding: 0.5% 2.5%;
  margin: 2% 1%;
  width: 21%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.top-box .sub-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box .sub-box .sub-nav-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5% 2.5%;
  margin: 2% 0;
  width: 50%;
}
.top-box .sub-box .sub-nav-box .sub-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 1%;
}
.top-box .sub-box .sub-nav-box .sub-des {
  font-size: 16px;
  color: #666;
  margin-bottom: 5%;
}
.top-box .sub-box .sub-nav-box .sub-list {
  display: block;
  width: 100%;
}
.top-box .sub-box .sub-nav-box .sub-list a {
  float: left;
  color: #333;
  font-size: 16px;
  margin-right: 10%;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-box .sub-box .sub-nav-box .sub-list a:before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.top-box .sub-box .sub-nav-box .sub-list a:hover {
  color: #f96028;
}
.top-box .sub-box .sub-nav-box .sub-list a:hover:before {
  background: #f96028;
}
.top-box .sub-box.active {
  transition: all 800ms;
  opacity: 1;
  visibility: visible;
}
.is-fixed {
  position: fixed !important;
  top: -90px !important;
  left: 0;
  transition: transform 350ms;
  background-color: rgba(55, 55, 55, 0.6);
}
.is-visible {
  transform: translate3d(0, 100%, 0);
  top: 0;
}
.yy .yy-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3% 0 5%;
}
.yy .yy-box .left {
  width: 20%;
}
.yy .yy-box .left .swiper-container {
  height: 80vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #eff0f0;
  border-bottom: 1px solid #eff0f0;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  height: 20vh !important;
  border-bottom: 1px solid #eff0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 350ms;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i {
  width: 35px;
  height: 35px;
  margin: 0 8%;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon0 {
  background: url(../images/icon1.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon1 {
  background: url(../images/icon2.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon2 {
  background: url(../images/icon3.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide i.icon3 {
  background: url(../images/icon4.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 24px;
  color: #333;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  transform: scale(1.2);
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon0 {
  background: url(../images/icon1-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon1 {
  background: url(../images/icon2-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon2 {
  background: url(../images/icon3-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i.icon3 {
  background: url(../images/icon4-active.png) no-repeat center;
}
.yy .yy-box .left .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  font-size: 24px;
  color: #f96028;
}
.yy .yy-box .right {
  width: 70%;
  border-radius: 25px;
  overflow: hidden;
}
.yy .yy-box .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 80vh;
  position: relative;
}
.yy .yy-box .right .swiper-container .swiper-wrapper .swiper-slide .yy-btn {
  position: absolute !important;
  right: 5%;
  bottom: 8%;
}
.choose {
  background: url(../images/choose-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 8%;
}
.choose .choose-title {
  color: #ffffff !important;
  font-weight: lighter;
}
.choose .tips {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}
.choose .tips > p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  line-height: 1.5;
}
.choose .choose-box {
  width: 100%;
  margin-top: 3%;
}
.choose .choose-box .choose-item {
  display: flex;
  flex-direction: row;
  width: 33.3%;
  padding: 3% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.choose .choose-box .choose-item:nth-child(3n) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.choose .choose-box .choose-item:nth-child(n+4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.choose .choose-box .choose-item .item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) {
  display: table-cell;
  vertical-align: bottom;
  transition: all 350ms;
  line-height: 1;
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) span:nth-child(1) {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  font-family: "Barlow";
}
.choose .choose-box .choose-item .item-box > p:nth-child(1) span:nth-child(2) {
  font-size: 30px;
  vertical-align: sub;
  color: #fff;
}
.choose .choose-box .choose-item .item-box > p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  transition: all 350ms;
  line-height: 1;
  margin-top: 20px;
}
.choose .choose-box .choose-item .item-box i {
  width: 75px;
  height: 75px;
}
.choose .choose-box .choose-item .item-box i.choose1 {
  background: url(../images/choose-icon1.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose2 {
  background: url(../images/choose-icon2.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose3 {
  background: url(../images/choose-icon3.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose4 {
  background: url(../images/choose-icon4.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose5 {
  background: url(../images/choose-icon5.png) no-repeat center;
}
.choose .choose-box .choose-item .item-box i.choose6 {
  background: url(../images/choose-icon6.png) no-repeat center;
}
.choose .choose-box .choose-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  width: 5px;
  height: 50%;
  background: #f96028;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 500ms 0s   all ease;
  -moz-transition: 500ms 0s   all ease;
  -ms-transition: 500ms 0s   all ease;
  -o-transition: 500ms 0s   all ease;
  transition: 500ms 0s   all ease;
}
.choose .choose-box .choose-item:hover .item-box > p {
  transform: scale(1.3);
}
.choose .choose-box .choose-item:hover:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.choose .choose-box .choose-item:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  transition: all 2s ease;
}
.news {
  padding: 5% 8%;
  position: relative;
}
.news .news-btn {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #f96028;
  padding-right: 40px;
}
.news .news-btn:after {
  position: absolute;
  display: block;
  content: ">>";
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #f96028;
  right: 0;
  bottom: 0;
  animation: slide 550ms linear 0s infinite alternate;
}
.news .news-box {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}
.news .news-box .news-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 48%;
  height: 100%;
}
.news .news-box .news-left .imgbox {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news .news-box .news-left .imgbox img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.news .news-box .news-left .news-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-top: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-box .news-left .time {
  font-size: 14px;
  color: #999;
  margin-top: 2%;
  font-family: "Segoe UI";
}
.news .news-box .news-left .news-content {
  font-size: 16px;
  color: #666;
  margin-top: 2%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-box .news-left .detail-btn {
  width: 136px;
  height: 44px;
  margin: 5% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-evenly;
}
.news .news-box .news-left .detail-btn p {
  color: #999;
}
.news .news-box .news-left .detail-btn i {
  background: url(../images/index-news-icon.png) no-repeat center;
}
.news .news-box .news-left .detail-btn:hover p {
  color: #fff;
}
.news .news-box .news-left .detail-btn:hover i {
  background: url(../images/btn-arrow.png) no-repeat center;
}
.news .news-box .news-left:hover .news-title {
  color: #f96028;
}
.news .news-box .news-right {
  width: 48%;
  height: 100%;
}
.news .news-box .news-right .news-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 20vh;
  border-top: 1px solid #999;
  padding: 3% 0;
  color: #333;
}
.news .news-box .news-right .news-item .time {
  width: 30%;
  font-size: 54px;
  font-family: "Segoe UI";
  color: #333;
}
.news .news-box .news-right .news-item .news-info {
  width: 70%;
}
.news .news-box .news-right .news-item .news-info .news-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-top: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-box .news-right .news-item .news-info .news-content {
  font-size: 16px;
  color: #666;
  margin-top: 2%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn {
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-align: right;
  margin-top: 5%;
  text-transform: uppercase;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #999;
  font-family: "Segoe UI";
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/index-news-icon.png) no-repeat center;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:hover {
  color: #f96028;
}
.news .news-box .news-right .news-item .news-info .news-detail-btn:hover:after {
  background: url(../images/news-hover-arrow.png) no-repeat center;
}
.news .news-box .news-right .news-item:hover .news-info .news-title {
  color: #f96028;
}
.footer {
  display: flex;
  justify-content: space-between;
  height: 540px;
  width: 100%;
  background: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.footer .footer-left {
  width: 73.3%;
  height: 100%;
  border-right: 1px solid #525051;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-left .m-foot-contact {
  display: none;
}
.footer .footer-left .footer-top {
  width: 100%;
  height: 460px;
  padding: 5% 0 0 10.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-left .footer-top .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 315px;
  height: 350px;
  float: left;
  margin-right: 8%;
}
.footer .footer-left .footer-top .contact-form .form-group {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-left .footer-top .contact-form .form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 12px;
}
.footer .footer-left .footer-top .contact-form .form-group input {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
}
.footer .footer-left .footer-top .contact-form .form-group input.submit-btn {
  background: #f96028;
  color: #fff;
}
.footer .footer-left .footer-top .contact-form .form-group input.submit-btn:hover {
  cursor: pointer;
}
.footer .footer-left .footer-top .contact-form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  margin: 0;
}
.footer .footer-left .footer-top .contact-form .form-group select option {
  width: 100%;
  background: #444 !important;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-top .contact-form .form-group.form-select {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .contact-form .form-group.form-select:after {
  display: block;
  width: 70px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  content: "";
  background: #f96028 url(../images/select-arrow.png) no-repeat center;
  right: 0;
  top: 0;
  pointer-events: none;
}
.footer .footer-left .footer-top .footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
  margin-right: 5%;
}
.footer .footer-left .footer-top .footer-nav .nav-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .footer-nav .nav-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.footer .footer-left .footer-top .footer-nav .nav-item:hover {
  color: #fff;
}
.footer .footer-left .footer-top .footer-nav .nav-company {
  width: 128px;
  height: 46px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5%;
}
.footer .footer-left .footer-top .footer-nav .nav-company img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-left .footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  border-top: 1px solid #525051;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10.9%;
  padding-right: 3%;
}
.footer .footer-left .footer-info .info-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-info .info-left a {
  margin-left: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-left .footer-info .info-left a:hover {
  color: #fff;
}
.footer .footer-left .footer-info .info-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer-left .footer-info .info-right a {
  display: block;
  width: 29px;
  height: 20px;
  overflow: hidden;
  margin-left: 10px;
}
.footer .footer-left .footer-info .info-right a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  padding: 4% 0  0  4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 26.7%;
  height: 100%;
}
.footer .footer-right .right-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.footer .footer-right .right-top .wechat-item {
  width: 124px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-right: 5%;
}
.footer .footer-right .right-top .wechat-item .img-box {
  width: 124px;
  height: 124px;
  overflow: hidden;
}
.footer .footer-right .right-top .wechat-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-right .right-top .wechat-item p {
  width: 86%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-top: 1px solid #efefef;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-right .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10%;
}
.footer .footer-right .footer-contact .contact-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer-right .footer-contact .contact-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.footer .footer-right .footer-contact .contact-item i {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.footer .footer-right .footer-contact .contact-item i.add {
  background: url(../images/add-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.tel {
  background: url(../images/tel-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.fax {
  background: url(../images/fax-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.zpcode {
  background: url(../images/zpcode-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item i.email {
  background: url(../images/email-icon.png) no-repeat center;
}
.footer .footer-right .footer-contact .contact-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.more-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #999;
  border-radius: 5px;
  overflow: hidden;
}
.more-btn p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  z-index: 10;
  font-family: "Segoe UI";
}
.more-btn i {
  width: 20px;
  height: 11px;
  background: url(../images/btn-arrow.png) no-repeat center;
  z-index: 10;
}
.more-btn:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #f96028;
  transition: all 350ms;
  z-index: 1;
}
.more-btn:hover {
  border: 1px solid #f96028;
}
.more-btn:hover:after {
  left: 0;
  top: 0;
}
.w20 {
  width: 20% !important;
}
.common-box {
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-common-title {
  font-size: 50px;
  width: 100%;
  color: #333;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.index-common-title.left-title {
  text-align: left;
}
.delay0 {
  transition-delay: 0.1s;
}
.delay1 {
  transition-delay: 0.3s;
}
.delay2 {
  transition-delay: 0.5s;
}
.delay3 {
  transition-delay: 0.7s;
}
.delay4 {
  transition-delay: 0.9s;
}
.fixBut {
  display: none;
}
.nav-bg {
  display: none;
}
.m-top-box {
  display: none;
}
.m-crumbs {
  display: none;
}
.m-crumb-right {
  display: none;
}
.m-goods-crumb {
  display: none;
}
.m-honor {
  display: none;
}
.m-contact-box {
  display: none;
}
.m-link-info-box {
  display: none;
}
.m-btn-box {
  display: none;
}
.m-news-right {
  display: none;
}
.m-top-news-box {
  display: none;
}
.m-news-list {
  display: none;
}
.m-tips {
  display: none;
}
@keyframes slide {
  0% {
    right: 0;
    opacity: 0.5;
  }
  100% {
    right: 10px;
    opacity: 1;
  }
}
@keyframes banner {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */